home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / ENGINEER / H486.ZIP / GRNDWTR.ZIP / README.BAT < prev    next >
DOS Batch File  |  1991-10-04  |  4KB  |  104 lines

  1. echo off
  2. echo Welcome to the Groundwater Knowledge Base!
  3. echo.
  4. echo Here are a few easy loading and maintainance procedures:
  5. echo To install the Groundwater Education System:
  6. echo --Type at the prompt the drive letter followed by a colon. (A: <CR>)
  7. echo --Type at the prompt: INSTALL (For 360K drives type INSTALL1 or INSTALL2)
  8. echo To load Groundwater, type at the prompt: KP GRNDWATR
  9. echo --Once loaded, the program is entirely menu driven.  
  10. echo --For more instructions, select HYPERMEDIA on the title screen.
  11. echo There are two files that should be regularly maintained to maintain optimum
  12. echo performance of this program.  These are ARTICLES.DAT and the article name.
  13. echo --To add an article, add a summary line and a filename line in that order
  14. echo --to the file ARTICLES.DAT.  To do this use any simple text editor.  Be
  15. echo --sure that you do not add any extra lines after the last filename.
  16. echo --The filename should be in the form 'filename'.'ext'.  It is suggested 
  17. echo --that you use ART for the extension portion of the filename.  The actual
  18. echo --filename is at your discretion.  This file is the text of the article 
  19. echo --you wish to show when the user selects the above summary line.  Again,
  20. echo --any simple text editor will do the job fine for entering the article and
  21. echo --maintaining the file ARTICLES.DAT.  If you don't include the filename 
  22. echo --and summary statement in this file, Groundwater won't recognize your 
  23. echo --article or will have problems if the items aren't in the correct order.
  24. pause 
  25. echo.
  26. echo.
  27. echo.
  28. echo.
  29. echo Also included with the program is a simple quiz selectable from the menu.
  30. echo The quiz will take the name of the user and record their number wrong, 
  31. echo number right, and percent score in a file available to you on the disk.
  32. echo To see this file at any time type at the prompt: TYPE GRADES.DAT
  33. echo The information in the file is quite self-explanatory.  The name comes 
  34. echo first with their results next.
  35. echo Also, QUIZ.TXT, the file that the quiz program gets its questions and 
  36. echo answers from, is available for changing.  Here is the correct format for
  37. echo creating a new quiz.
  38. echo                             EXAMPLE:
  39. echo      "The question text."   What form of water is this program based upon?
  40. echo      "Answer 1."            Surface Water
  41. echo      "Answer 2."            Ice
  42. echo      "Answer 3."            Groundwater
  43. echo      "Answer 4."            Hard Water
  44. echo      "Correct Answer."      Groundwater
  45. echo      - Blank Line. -
  46. echo.
  47. echo.
  48. echo.
  49. pause
  50. echo.
  51. echo.
  52. echo.
  53. echo.
  54. echo.
  55. echo.
  56. echo      The quiz MUST be 25 questions long.  No more.  No less.  Any deviation
  57. echo from this number, and problems will occur.
  58. echo      The "Correct Answer." text must be exactly the same - letter for 
  59. echo letter - or the program will count all of the choices as a wrong answer.
  60. echo      After the text of the correct answer, the next line MUST be BLANK.  
  61. echo If this isn't followed the quiz will not be usable.
  62. echo      Again, the file QUIZ.TXT can be edited will any simple text editor.
  63. echo      It is recommended that if you wish to change the quiz, first rename
  64. echo the QUIZ.TXT file to something else for an easy reference to the correct
  65. echo format.  Then you may simple start from scratch to create your own quiz.
  66. echo.
  67. echo.
  68. echo.
  69. echo.
  70. echo.
  71. echo.
  72. echo.
  73. echo.
  74. pause
  75. echo.
  76. echo.
  77. echo.
  78. echo.
  79. echo.
  80. echo.
  81. echo     The author sincerely hopes you enjoy the program and finds it to be of
  82. echo educational value.  If any problems should occur with the program that are
  83. echo not obvious errors from the above suggestions, contact:
  84. echo.
  85. echo                        Bernard Engel
  86. echo                        Agricultural Engineering
  87. echo                        Purdue University
  88. echo                        West Lafayette, IN 47907
  89. echo.
  90. echo                        Phone: (317) 494-1198
  91. echo.
  92. echo.
  93. echo                                                 The Author,
  94. echo                                                 James Gurganus
  95. echo --------------------------------------------------------------------------
  96. echo.
  97. echo.
  98. echo.
  99.  
  100.  
  101.             
  102.  
  103. 
  104.